home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / cbzone / cbzone.z / cbzone.tar / bitmaps / joystick.bits < prev    next >
Text File  |  1990-12-21  |  482b  |  10 lines

  1. #define joystick_width 21
  2. #define joystick_height 21
  3. static char joystick_bits[] = {
  4.    0x80, 0x3f, 0x00, 0xe0, 0xff, 0x00, 0xf0, 0xff, 0x01, 0xf8, 0xff, 0x03,
  5.    0xfc, 0xff, 0x07, 0xfe, 0xff, 0x0f, 0xfe, 0xff, 0x0f, 0xff, 0xff, 0x1f,
  6.    0xff, 0xff, 0x1f, 0xff, 0xff, 0x1f, 0xff, 0xff, 0x1f, 0xff, 0xff, 0x1f,
  7.    0xff, 0xff, 0x1f, 0xff, 0xff, 0x1f, 0xfe, 0xff, 0x0f, 0xfe, 0xff, 0x0f,
  8.    0xfc, 0xff, 0x07, 0xf8, 0xff, 0x03, 0xf0, 0xff, 0x01, 0xe0, 0xff, 0x00,
  9.    0x80, 0x3f, 0x00};
  10.